home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / adialr / telelist.frm < prev    next >
Text File  |  1995-05-08  |  16KB  |  518 lines

  1. VERSION 2.00
  2. Begin Form Telelist 
  3.    BackColor       =   &H00C0C000&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "ADIALER"
  6.    ClientHeight    =   4005
  7.    ClientLeft      =   3120
  8.    ClientTop       =   2325
  9.    ClientWidth     =   5055
  10.    FontBold        =   -1  'True
  11.    FontItalic      =   0   'False
  12.    FontName        =   "MS Sans Serif"
  13.    FontSize        =   9.75
  14.    FontStrikethru  =   0   'False
  15.    FontUnderline   =   0   'False
  16.    ForeColor       =   &H00C0C000&
  17.    Height          =   4695
  18.    Icon            =   TELELIST.FRX:0000
  19.    Left            =   3060
  20.    LinkMode        =   1  'Source
  21.    LinkTopic       =   "Form1"
  22.    ScaleHeight     =   4005
  23.    ScaleWidth      =   5055
  24.    Top             =   1695
  25.    Width           =   5175
  26.    Begin CommandButton QuitBut 
  27.       Caption         =   "Quit"
  28.       FontBold        =   -1  'True
  29.       FontItalic      =   0   'False
  30.       FontName        =   "MS Sans Serif"
  31.       FontSize        =   9.75
  32.       FontStrikethru  =   0   'False
  33.       FontUnderline   =   0   'False
  34.       Height          =   405
  35.       Left            =   3375
  36.       TabIndex        =   7
  37.       Top             =   3510
  38.       Width           =   930
  39.    End
  40.    Begin CommandButton DelNameBut 
  41.       Caption         =   "Delete Name"
  42.       FontBold        =   -1  'True
  43.       FontItalic      =   0   'False
  44.       FontName        =   "MS Sans Serif"
  45.       FontSize        =   9.75
  46.       FontStrikethru  =   0   'False
  47.       FontUnderline   =   0   'False
  48.       Height          =   450
  49.       Left            =   1395
  50.       TabIndex        =   6
  51.       Top             =   3375
  52.       Width           =   1455
  53.    End
  54.    Begin CommandButton ReDialBut 
  55.       Caption         =   "ReDial"
  56.       FontBold        =   -1  'True
  57.       FontItalic      =   0   'False
  58.       FontName        =   "MS Sans Serif"
  59.       FontSize        =   9.75
  60.       FontStrikethru  =   0   'False
  61.       FontUnderline   =   0   'False
  62.       Height          =   465
  63.       Left            =   135
  64.       TabIndex        =   12
  65.       Top             =   3375
  66.       Width           =   1140
  67.    End
  68.    Begin CommandButton TimeBut 
  69.       BackColor       =   &H00808000&
  70.       Caption         =   "Current Time"
  71.       FontBold        =   -1  'True
  72.       FontItalic      =   0   'False
  73.       FontName        =   "MS Sans Serif"
  74.       FontSize        =   9.75
  75.       FontStrikethru  =   0   'False
  76.       FontUnderline   =   0   'False
  77.       Height          =   420
  78.       Left            =   3105
  79.       TabIndex        =   8
  80.       Top             =   3015
  81.       Width           =   1725
  82.    End
  83.    Begin CommandButton AddNameBut 
  84.       Caption         =   "Add Name"
  85.       FontBold        =   -1  'True
  86.       FontItalic      =   0   'False
  87.       FontName        =   "MS Sans Serif"
  88.       FontSize        =   9.75
  89.       FontStrikethru  =   0   'False
  90.       FontUnderline   =   0   'False
  91.       Height          =   450
  92.       Left            =   1395
  93.       TabIndex        =   5
  94.       Top             =   2835
  95.       Width           =   1425
  96.    End
  97.    Begin CommandButton DialBut 
  98.       BackColor       =   &H00FFFFFF&
  99.       Caption         =   "Dial"
  100.       FontBold        =   -1  'True
  101.       FontItalic      =   0   'False
  102.       FontName        =   "MS Sans Serif"
  103.       FontSize        =   9.75
  104.       FontStrikethru  =   0   'False
  105.       FontUnderline   =   0   'False
  106.       Height          =   450
  107.       Left            =   135
  108.       TabIndex        =   4
  109.       Top             =   2835
  110.       Width           =   1155
  111.    End
  112.    Begin Frame Frame1 
  113.       BackColor       =   &H00E0FFFF&
  114.       Height          =   915
  115.       Left            =   3060
  116.       TabIndex        =   9
  117.       Top             =   2070
  118.       Width           =   1905
  119.       Begin CheckBox PrefixCBox 
  120.          BackColor       =   &H00E0FFFF&
  121.          Caption         =   "Use Prefix"
  122.          FontBold        =   -1  'True
  123.          FontItalic      =   0   'False
  124.          FontName        =   "MS Sans Serif"
  125.          FontSize        =   9.75
  126.          FontStrikethru  =   0   'False
  127.          FontUnderline   =   0   'False
  128.          ForeColor       =   &H00FF0000&
  129.          Height          =   330
  130.          Left            =   315
  131.          TabIndex        =   3
  132.          Top             =   495
  133.          Width           =   1275
  134.       End
  135.       Begin TextBox PrefixTxtBox 
  136.          BackColor       =   &H00FFFFFF&
  137.          FontBold        =   -1  'True
  138.          FontItalic      =   0   'False
  139.          FontName        =   "MS Sans Serif"
  140.          FontSize        =   9.75
  141.          FontStrikethru  =   0   'False
  142.          FontUnderline   =   0   'False
  143.          ForeColor       =   &H00808080&
  144.          Height          =   360
  145.          Left            =   1035
  146.          TabIndex        =   2
  147.          Top             =   135
  148.          Width           =   690
  149.       End
  150.       Begin Label Label2 
  151.          BackColor       =   &H00E0FFFF&
  152.          Caption         =   "Prefix :"
  153.          FontBold        =   -1  'True
  154.          FontItalic      =   0   'False
  155.          FontName        =   "MS Sans Serif"
  156.          FontSize        =   9.75
  157.          FontStrikethru  =   0   'False
  158.          FontUnderline   =   0   'False
  159.          ForeColor       =   &H00FF0000&
  160.          Height          =   285
  161.          Left            =   180
  162.          TabIndex        =   10
  163.          Top             =   180
  164.          Width           =   690
  165.       End
  166.    End
  167.    Begin Frame Frame2 
  168.       BackColor       =   &H00E0FFFF&
  169.       Caption         =   "Enter Number to Call"
  170.       FontBold        =   -1  'True
  171.       FontItalic      =   0   'False
  172.       FontName        =   "MS Sans Serif"
  173.       FontSize        =   9.75
  174.       FontStrikethru  =   0   'False
  175.       FontUnderline   =   0   'False
  176.       ForeColor       =   &H000000FF&
  177.       Height          =   690
  178.       Left            =   90
  179.       TabIndex        =   11
  180.       Top             =   2070
  181.       Width           =   2985
  182.       Begin TextBox EnterNumTxtBox 
  183.          Height          =   330
  184.          Left            =   180
  185.          TabIndex        =   1
  186.          Top             =   270
  187.          Width           =   2445
  188.       End
  189.    End
  190.    Begin ListBox TeleListBox 
  191.       BackColor       =   &H00E0FFFF&
  192.       FontBold        =   -1  'True
  193.       FontItalic      =   0   'False
  194.       FontName        =   "MS Sans Serif"
  195.       FontSize        =   9.75
  196.       FontStrikethru  =   0   'False
  197.       FontUnderline   =   0   'False
  198.       Height          =   1950
  199.       Left            =   90
  200.       Sorted          =   -1  'True
  201.       TabIndex        =   0
  202.       Top             =   135
  203.       Width           =   4875
  204.    End
  205.    Begin Menu ConfigMen 
  206.       Caption         =   "Configure"
  207.       Begin Menu ComPortMen 
  208.          Caption         =   "Com Port"
  209.          Begin Menu Com1Men 
  210.             Caption         =   "Com 1"
  211.          End
  212.          Begin Menu Com2Men 
  213.             Caption         =   "Com 2"
  214.          End
  215.          Begin Menu Com3Men 
  216.             Caption         =   "Com 3"
  217.          End
  218.          Begin Menu Com4Men 
  219.             Caption         =   "Com 4"
  220.          End
  221.       End
  222.    End
  223. End
  224. Dim ComMenChk As Integer
  225.  
  226. Sub AddNameBut_Click ()
  227.     NameIn.Show
  228. End Sub
  229.  
  230. Sub Check1_Click ()
  231. 'To avoid dialog box on startup check for ComNo$ which will not be prensent at startup
  232.     If Left$(ComNo$, 3) = "Com" Then
  233.         If MsgBox("Make this setting the default?", 292) = 7 Then
  234.         Exit Sub
  235.         End If
  236.     End If
  237. 'Write Prefix data to ADIALER.INI to make it default
  238.     If PrefixCBox.Value = 1 Then
  239.         lpstring$ = "On"
  240.     ElseIf PrefixCBox.Value = 0 Then
  241.         lpstring$ = "Off"
  242.     End If
  243.     lpAppName$ = "Prefix"
  244.     lpFileName$ = "ADIALER.INI"
  245.     lpKeyName$ = "On/Off"
  246.     WritePreIndex% = WritePrivateProfileString(lpAppName$, lpKeyName$, lpstring$, lpFileName$)
  247.  
  248. End Sub
  249.  
  250. Sub Com1Men_Click ()
  251.  'Set the check on menus
  252.     ComNo$ = "Com1"
  253.     Com1Men.Checked = -1
  254.     Com2Men.Checked = 0
  255.     Com3Men.Checked = 0